home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libmpfr1ldbl / README < prev    next >
Text File  |  2008-10-12  |  4KB  |  85 lines

  1. Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  2. Contributed by the Arenaire and Cacao projects, INRIA.
  3.  
  4. This file is part of the MPFR Library.
  5.  
  6. The MPFR Library is free software; you can redistribute it and/or modify it
  7. under the terms of the GNU Lesser General Public License (either version 2.1
  8. of the License, or, at your option, any later version) and the GNU General
  9. Public License as published by the Free Software Foundation (most of MPFR is
  10. under the former, some under the latter).
  11.  
  12. The MPFR Library is distributed in the hope that it will be useful, but
  13. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  14. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  15. License for more details.
  16.  
  17. You should have received a copy of the GNU Lesser General Public License
  18. along with the MPFR Library; see the file COPYING.LIB.  If not, write to
  19. the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
  20. MA 02110-1301, USA.
  21.  
  22. ##############################################################################
  23.  
  24. The MPFR distribution contains the following files:
  25. (This does not apply to code retrieved by CVS.)
  26.  
  27. AUTHORS         - the authors of the library
  28. BUGS            - bugs in MPFR - please read this file!
  29. COPYING         - the GNU General Public License, version 2
  30. COPYING.LIB     - the GNU Lesser General Public License, version 2.1
  31. ChangeLog       - the log of changes
  32. FAQ.html        - frequently asked questions about MPFR
  33. INSTALL         - how to install MPFR (see also mpfr.texi)
  34. Makefile*       - files for building the library
  35. NEWS            - new features with respect to previous versions
  36. PATCHES         - empty file (until patches are applied)
  37. README          - this file
  38. TODO            - what remains to do (any help is welcome!)
  39. VERSION         - version of MPFR (next release version if taken from CVS)
  40. ac*.m4          - automatic configuration files
  41. ansi2knr.*      - convert ANSI C to Kernighan & Ritchie C (source and man page)
  42. *.c             - source files
  43. *.h             - header files
  44. config.*        - auxiliary installation files
  45. configure*      - configuration files
  46. depcomp         - auxiliary installation file
  47. fdl.texi        - the GNU Free Documentation License
  48. get_patches.sh  - rebuild get_patches.c when patches have been applied
  49. install-sh      - installation file
  50. ltmain.sh       - auxiliary installation file
  51. missing         - auxiliary installation file
  52. mparam_h.in     - header file template
  53. mpfr.info       - info file for MPFR
  54. mpfr.texi       - texinfo documentation for MPFR (source)
  55. tests/          - test directory
  56. texinfo.tex     - TeX macros to handle mpfr.texi
  57.  
  58.  
  59. You can get the latest source code by Subversion at InriaGforge:
  60.  
  61.   svn checkout svn://scm.gforge.inria.fr/svn/mpfr/trunk mpfr
  62.  
  63. or
  64.  
  65.   svn checkout https://scm.gforge.inria.fr/svn/mpfr/trunk mpfr
  66.  
  67. (the last argument can be any directory name). You can use
  68.  
  69.   svn ls svn://scm.gforge.inria.fr/svn/mpfr/branches
  70.   svn ls svn://scm.gforge.inria.fr/svn/mpfr/tags
  71.  
  72. to get the list of branches or tags (releases), then checkout a
  73. particular branch or tag instead of the trunk. Alternatively, you
  74. can now use the "https:" scheme (a.k.a. DAV) instead of "svn:".
  75. For more information about Subversion, please see:
  76.  
  77.   * http://svnbook.red-bean.com/ (the official Subversion book);
  78.   * http://gcc.gnu.org/wiki/SvnHelp (written for GCC developers,
  79.     but interesting general information can be found there);
  80.   * http://subversion.tigris.org/faq.html (the Subversion FAQ).
  81.  
  82. Subversion users should read the file "README.dev".
  83.  
  84. Note: the old CVS repository at cvs-sop.inria.fr is now closed.
  85.